body {
    font-family: Arial, sans-serif;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.Faqs {
    padding: 60px 20px;
    background-color: #F2F8FD;
}
.developmentDevSec {
     background: url('./../../images/development_banner_img.webp') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
}

.developmentDevSec .container {
    max-width: 1200px;
    margin: auto;
}

.developmentDevSec h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
}

.developmentDevSec .text-column {
    margin-top: 50px;
}

.developmentDevSec p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.developmentDevSec .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);  
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}



.developmentDevSec img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
}

/* Responsive Design */
@media (max-width: 992px) {
    .developmentDevSec {
        padding: 0;
    }
    .developmentDevSec h1 {
        font-size: 27px;
        /* font-size: 2rem; */
        text-align: center;
    }
    .developmentDevSec p {
        font-size: 15px;
        text-align: center;
    }
    .developmentDevSec .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .developmentDevSec .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .developmentDevSec img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}
/* iotdevsev end */

/* iot solutions section start */
section.it-solutions-section {
    background-color: #F5F5F5;
     padding: 60px 20px
}

.it-solutions-section span {
    font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
}

.it-solutions-section h2 {
        font-family: 'Outfit', sans-serif;
    font-size: 32px;
    color: #333;
    margin-top: 10px;
}


.it-solutions-section p {
    color: #666;
    font-size: 20px;
    line-height: 1.5;
}

.it-solutions-section .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: #fff;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.it-solutions-section .btn-primary:hover {
    background: linear-gradient(90deg, rgba(0, 107, 204, 1) 100%, rgba(0, 149, 228, 1) 0%);
}

.it-solutions-section .image-container {
    text-align: right;
}

.it-solutions-section img {
    max-width: 77%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: -30px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .it-solutions-section .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .it-solutions-section h2 {
        font-size: 24px;
    }

    .it-solutions-section h2,
    .it-solutions-section p {
        text-align: center;
        font-size: 16px;
    }

    .it-solutions-section .image-container {
        text-align: center;
    }

    .it-solutions-section img {
        margin: 0 auto;
        max-width: 80%;
    }

    .it-solutions-section .btn-primary {
        display: inline-block;
        margin: 0 auto;
    }
}
/* it solutions section end */


.why-choose-tech {
  padding: 60px 20px;
    background-color: #F5F5F5;
}

.why-choose-tech p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

.why-choose-tech h5 {
      font-size: 20px !important;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: #333;
}
 .why-choose-tech h2 {
    font-size: 32px !important;
    
  }
.why-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .why-choose-tech .row {
    flex-direction: column;
  }

  .why-choose-tech h2 {
    font-size: 24px !important;
    text-align: center;
  }

  .why-choose-tech span {
    text-align: center;
    display: block;
  }

  .why-choose-tech p {
    text-align: center;
  }

  .why-choose-tech .col-md-6 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}



.support-section {
  background-color: #fff;
  padding: 60px 20px;
}

.support-section .section-label {
    font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
    text-align: left;
}

.support-section .section-heading {
     font-family: 'Outfit', sans-serif;
    color: #333;
    font-size: 32px;

}

.support-section p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}


.support-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .support-section .section-heading {
    font-size: 22px;
    text-align: center;
  }

  .support-section p,
  .support-section .section-label {
    text-align: center;
  }

  .support-section .btn-orange {
    margin: 0 auto;
    display: block;
  }

  .support-section .row {
    text-align: center;
  }
}


























/* Overall Section */
.it-services-section {
    background-color: #ffffff;
    font-family: 'Outfit', sans-serif;
}

/* Top Label */
.it-services-section span {
    font-size: 18px;
    color: #006BCC;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

/* Section Heading */
.it-services-section h2 {
    /* font-size: 36px;
    color: #1B1D21;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px; */
}

/* Blue Highlighted Text */
.it-highlight-blue {
    background-image: linear-gradient(to right, #006BCC, #0095E4);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    animation: fadeSlideIn 1s ease forwards;
}

/* Paragraph */
.it-subtext {
    font-size: 18px;
    color: #666666;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Service Boxes */
.it-service-box {
    background-color: #F9FAFB;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease-in-out;
    text-align: left;
    height: 100%;
    border: 1px solid #E6E8EB;
}

.it-service-box:hover {
    background-color: #E9F4FF;
    box-shadow: 0px 8px 24px rgba(0, 107, 204, 0.1);
}

/* Service Box Heading */
.it-service-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #006BCC;
    margin-bottom: 12px;
}

/* Service Box Text */
.it-service-box p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}
span.section-label {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 0px;
}
/* Animation Keyframe */
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.it-services-section {
  background: #f7f9fc;
  padding: 60px 20px;
}

.it-section-subtitle {
  color: #666;
  font-size: 20px;
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.it-service-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  color: #333;
}

.it-service-box {
  transition: all 0.3s ease;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 20px;
}

.it-service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.it-service-box .iot-icon {
  transition: color 0.3s ease;
}

.it-service-box:hover .iot-icon {
  color: #006BCC;
}




/* Responsive Icon Size */

/* Apply to each box */








  .it-support-process-section {
  padding: 60px 20px;
  background-color: #fff;
}

.it-support-process-heading span {
  color: #006BCC;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  display: flex;
  justify-content: center;
}

.it-support-process-heading h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 30px;
}

.it-support-process-subtext {
  max-width: 750px;
  margin: 20px auto 50px;
  font-size: 20px;
  color: #666;
}

.it-support-process-card {
  background: #f1f8ff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  border-bottom: 4px solid #007bff;
  transition: transform 0.3s ease;
}

.it-support-process-card:hover {
  transform: translateY(-5px);
}

.it-support-process-icon {
  width: 60px;
  height: 60px;
  background-color: #007bff;
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.it-support-process-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

.it-support-process-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .it-support-process-heading h2 {
    font-size: 24px;
  }

  .it-support-process-subtext {
    font-size: 16px;
  }

  .it-support-process-icon {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}


  .iot-differentiator-modern {
  background: #f7f9fc;
  padding: 60px 20px;
}

.iot-differentiator-modern .iot-img-wrap i {
  font-size: 64px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.iot-differentiator-modern .iot-img-wrap:hover i {
  transform: scale(1.1);
  color: #006BCC;
}

.iot-differentiator-modern .iot-text-block h3 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
  color: #333;
  margin-bottom: 10px;
}

.iot-differentiator-modern .iot-text-block p {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Outfit', sans-serif;
  color: #666;
  margin-bottom: 0;
}








.iot-advantage-section {
  background: #f1f8ff;
  padding: 60px 20px;
  font-family: 'Outfit', sans-serif;
}

.iot-advantage-heading .subheading {
  font-size: 18px;
    color: #006BCC;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.iot-advantage-heading h2 {
font-family: 'Outfit', sans-serif;
    font-size: 32px;
    color: #333;
    margin-top: 10px;
}

.iot-advantage-heading p {
  color: #666;
    font-size: 20px;
    line-height: 1.5;
  /* max-width: 480px; */
}

.iot-dotted-box {
  width: 100px;
  height: 100px;
  background-image: radial-gradient(#ccc 1px, transparent 1px);
  background-size: 10px 10px;
  opacity: 0.4;
}

.iot-feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px 40px;
  box-shadow: 0 0 0 1px #eee;
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
}

.iot-feature-card:hover {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
}

.iot-feature-card .icon {
  font-size: 28px;
  color: #006BCC;
  margin-bottom: 15px;
}

.iot-feature-card h4 {
      font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.iot-feature-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.iot-feature-card .card-border {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 60px;
  height: 4px;
  background-color: #006bcc;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .iot-advantage-heading h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    color: #333;
    margin-top: 10px;
}
}

.industries-we-serve-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
}

.industries-we-serve-section .section-subtitle {
  color: #006bcc;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.industries-we-serve-section .section-title {
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  color: #333;
  margin-bottom: 15px;
}

.industries-we-serve-section p {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}

.industry-box {
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.industry-box img {
  /* max-width: 60px; */
  margin-bottom: 10px;
  width: 120px;
}

.industry-box h5 {
  font-size: 18px;
  color: #222;
  margin: 0;
}

.industry-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 107, 204, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .industries-we-serve-section .section-title {
    font-size: 26px;
  }

  .industries-we-serve-section p {
    font-size: 16px;
  }

  .industry-box {
    padding: 20px;
  }
}










.tech-section {
  background-color: #f5f5f5;
  padding: 60px 20px;
}

.section-heading.tech {
  text-align: left;
  margin-bottom: 40px;
}

.section-heading.tech span {
  font-size: 18px;
  color: #006bcc;
  display: block;
  font-weight: 600;
  text-align: left;
}

.section-heading.tech h2 {
   font-family: 'Outfit', sans-serif;
  color: #333;
  padding-top: 10px;
  font-size: 32px;
  max-width: 600px;
  line-height: 1.4;
  text-align: left;
  
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.tech-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}

.tech-box {
  background: white;
  padding: 25px;
  border-radius: 15px;
  flex: 1 1 calc(25% - 30px); /* 4 per row */
  max-width: calc(25% - 30px);
  min-width: 220px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease-in-out;
}

.tech-box:hover {
  transform: translateY(-5px);
}

.tech-box img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}

.tech-box h3 {
  font-size: 20px;
  font-family: 'Outfit', sans-serif;
  color: #333;
  margin-top: 10px;
}

/* Tablet */
@media (max-width: 992px) {
  .tech-box {
    flex: 1 1 calc(33.333% - 30px); /* 3 per row */
    max-width: calc(33.333% - 30px);
  }

  .section-heading.tech {
    text-align: center;
  }
.section-heading.tech span {
  font-size: 18px;
  color: #006bcc;
  display: block;
  font-weight: 600;
  text-align: center;
}
  .section-heading.tech h2 {
    margin: 0 auto;
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .tech-box {
    flex: 1 1 calc(45% - 30px); /* 2 per row */
    max-width: calc(45% - 30px);
  }

  .section-heading.tech h2 {
    font-size: 24px;
  }
}

/* Small Screens */
@media (max-width: 480px) {
  .tech-box {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .tech-box img {
    width: 60px;
    height: 60px;
  }

  .section-heading.tech h2 {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .tech-boxes {
    justify-content: center; /* Center all items */
  }

  .tech-box {
    flex: 0 1 80%;
    max-width: 37%;
  }
}




/* development service section start */
.development-services-section{
  padding: 60px 20px;
}
  .section-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
  }
  .section-header span {
    font-size: 18px;
  color: #006bcc;
  display: block;
  font-weight: 600;
  text-align: center;
  }
  .section-header h2 {
  font-family: 'Outfit', sans-serif;
  color: #333;
  padding-top: 10px;
  font-size: 32px;
  max-width: 600px;
  line-height: 1.4;
margin-left: 146px;
  }
  .section-header p {
    font-size: 14px;
    color: #333;
    max-width: 650px;
    margin: 0 auto;
  }

  .cards-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .card {
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
    flex: 1 1 300px;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 15px;
  }

  .card-content {
    padding: 25px 25px 0 25px;
    flex-grow: 1;
  }

  .card-content h3 {
 font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: #333;
}
  

  .card-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
  }

  .card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  /* Responsive */
  @media (max-width: 990px) {
    .cards-container {
      flex-direction: column;
      align-items: center;
    }
      .section-header h2 {
  
margin-left: 0;
  }
    .card {
      max-width: 90%;
      margin-bottom: 30px;
    }
  }
 .title span {
    color: #006BCC;
}
.iot-expertise-heading {
    margin-bottom: 39px;
}
